| Fully Qualified Name: | Laminas\Cache\Psr\SimpleCache\SimpleCacheDecorator |
| Implements: | CacheInterface |
Decorate a laminas-cache storage adapter for usage as a PSR-16 implementation.
| Name | Description | Defined By |
|---|---|---|
| __construct() | SimpleCacheDecorator | |
| clear() | {@inheritDoc} | SimpleCacheDecorator |
| delete() | {@inheritDoc} | SimpleCacheDecorator |
| deleteMultiple() | {@inheritDoc} | SimpleCacheDecorator |
| get() | {@inheritDoc} | SimpleCacheDecorator |
| getMultiple() | {@inheritDoc} | SimpleCacheDecorator |
| has() | {@inheritDoc} | SimpleCacheDecorator |
| set() | {@inheritDoc} | SimpleCacheDecorator |
| setMultiple() | {@inheritDoc} | SimpleCacheDecorator |
| Parameter Name | Type | Description |
|---|---|---|
| $storage |
Returns: void
{@inheritDoc}
Returns:
{@inheritDoc}
| Parameter Name | Type | Description |
|---|---|---|
| $key |
Returns:
{@inheritDoc}
| Parameter Name | Type | Description |
|---|---|---|
| $keys |
Returns:
{@inheritDoc}
| Parameter Name | Type | Description |
|---|---|---|
| $key | ||
| $default |
Returns:
{@inheritDoc}
| Parameter Name | Type | Description |
|---|---|---|
| $keys | ||
| $default |
Returns:
{@inheritDoc}
| Parameter Name | Type | Description |
|---|---|---|
| $key |
Returns:
{@inheritDoc}
| Parameter Name | Type | Description |
|---|---|---|
| $key | ||
| $value | ||
| $ttl |
Returns:
{@inheritDoc}
| Parameter Name | Type | Description |
|---|---|---|
| $values | ||
| $ttl |
Returns: